Welcome![Sign In][Sign Up]
Location:
Search - linux dma

Search list

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[BooksLinux对ISA总线DMA的实现

Description: Linux对ISA总线DMA的实现-Linux ISA DMA to the realization
Platform: | Size: 24576 | Author: 刘卫 | Hits:

[Linux-Unixlh79524_dma_driver

Description: linux 下dma驱动程序,平台LH79524,芯片夏普的ARM芯片-linux drivers, platform LH79524, chip Sharp ARM chips
Platform: | Size: 2048 | Author: 刘伟东 | Hits:

[Internet-Networkdriver488

Description: linux环境arm2440上的dma驱动程序开发源代码。-linux environment arm2440 dma on the driver source code development.
Platform: | Size: 1024 | Author: 王正大 | Hits:

[ARM-PowerPC-ColdFire-MIPSspidmadriver

Description: 本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTER模式 S3C2410:SPI为SLAVE模式+DMA 二、工作流程 1.S3C2410从接收:当从设备发送数据时,S3C2410利用DMA方式收数,收到指定长度的数据,则进入DMA中断,将接收的数据拷出。 2.S3C2410从发送:当S3C2410需要发送,首先由RTS请求发送,然后等待从设备应答CTS,当从设备应答CTS时,进入外部中断,启动DMA发送,发送完成,再次进入从接收状态。 三、文件位置 spi_dma_slave.c spi_dma_slave.h circular_buf.c circular_buf.h 等文件存放入driver/char/目录 dma.c存放于arch/arm/mach-s3c2410/目录 dma.h存放于include/arm-asm/mach-s3c2410/目录 四、使用环境 1.arm-linux-gcc-3.4.1-the driver linux2.6.17 in which the test. Yangxing msn : lelma_yx@hotmail.com hope to operate SPI friends help. 1, mode of work : from equipment : SPI for the S3C2410 MASTER mode : SPI for SLAVE+ DMA mode 2, workflow 1.S3C2410 from receiving : When sending data from the device, using DMA S3C2410 debt, the length of the designated data DMA will enter the interruption will receive unfettered access to the data. 2.S3C2410 from this : When S3C2410 need this, the first request sent by the RTS, Then wait for the response from CTS equipment, when the equipment response from CTS, access to external interrupt start DMA sent, Send completed, re-entered, from receiving state. 3. Position papers spi_dma_slave.c spi_dma_slave.h circul ar_buf.c circular_buf.h documents onto the driver/char/Contents
Platform: | Size: 17408 | Author: y | Hits:

[Software Engineeringlinux_drive_CN

Description: linux驱动开发中文版,包括中断,DMA,PCI,USB,串并口,显示等-linux-driven development of Chinese language version, including the interruption, DMA, PCI, USB, serial port and parallel port, the display
Platform: | Size: 1288192 | Author: wyq | Hits:

[Linux-Unixroadmap_1_0_12_src.tar

Description: 在linux下,开发gps接收程序,提取定位信息,并在地图上显示出来,包括行走路径等.-in linux, development gps receiver procedures to extract location information and maps show up including walking paths, etc..
Platform: | Size: 370688 | Author: 李明 | Hits:

[Embeded-SCM DevelopLinuxEdition3

Description: 完整的Linux 设备驱动第3版,包括pci,定时中断,DMA等方面的驱动开发
Platform: | Size: 771072 | Author: 河谷 | Hits:

[Linux-Unixd11_dma

Description: 在linux环境下arm2410的 dma驱动程序 -In linux environment arm2410 the dma driver
Platform: | Size: 5120 | Author: Jinn | Hits:

[Embeded LinuxDMA10

Description: 自己写的支持S3C2410下的实时DMA操作的linux平台驱动程序 功能完善-S3C2410 support himself under the operation of real-time DMA driver linux platform functions
Platform: | Size: 31744 | Author: 陈朝阳 | Hits:

[Embeded Linuxlinuxdriver

Description: linux设备驱动 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |--- | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |--- | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c-linux device drivers | | DMA Example | | | 3c505.c | | | 3c505.h | | `dma.h |` static mapping examples | `mach-smdk2440.c |- | | NVRAM driver | |` generic_nvram.c | | Touch Screen Driver | | | as the input device | | | | s3c2410_ts.c | | | `s3c2410_ts.h | |` as an ordinary character equipment | | `s3c2410-ts.c | | watchdog driver | |` s3c2410_wdt.c | `platform equipment |` devs.c |- | | IDE Driver | | | ide-disk.c | | `ide-h8300.c |` RAMDISK driver | `rd.c
Platform: | Size: 53248 | Author: 张小冬 | Hits:

[Driver Developdma

Description: linux嵌入式系统的dma方式的实现代码-linux embedded system approach to achieve dma code
Platform: | Size: 52224 | Author: XiaoHe | Hits:

[Linux-UnixLinuxDeviceDriver-DMA

Description: Linux设备驱动开发详解源码- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c-Explain the development of Linux device driver source code- DMA Example | | |- 3c505.c | | |- 3c505.h | | `- dma.h |`- static map example | `- mach-smdk2440. c
Platform: | Size: 20480 | Author: bob | Hits:

[Linux-UnixLinux--DMA-

Description: Linux 系统下基于PCI 控制器(PLX9054)的DMA 编程.pdf-Linux System Based on PCI controller (PLX9054) of the DMA programming. Pdf
Platform: | Size: 118784 | Author: heanyu | Hits:

[OtherDMA-2440XP_Linux_070921

Description: DMA-2440XP for linux 開發教學文件-DMA-2440XP for linux development of teaching documents
Platform: | Size: 5707776 | Author: Chris Liu | Hits:

[Embeded LinuxLinuxdivicediver

Description: Linux设备驱动的现状 从non­ os驱动到Linux驱动 内核设施  自旋锁、信号量、互斥量、完成量  异步通知、信号  阻塞与非阻塞  内存与I/O操作,DMA  中断,top  half/bottom  half 字符设备驱动 复杂设备驱动的框架  LCD设备FRAMEBUFFER  FLASH设备MTD  TTY设备  块设备 用户空间的设备驱动 设备驱动开发流程  开发环境建设  调试手段  用户空间测试 设备驱动的学习方法-The status of Linux device drivers to Linux driver from nonos drive kernel facilities  spin locks, semaphores, mutexes, output  asynchronous notification, signal   blocking and nonblocking memory and I/O operation, DMA  interrupt, top half/bottom half complex character device driver device driver Framework  LCD equipment FRAMEBUFFER  FLASH device MTD  TTY equipment  block device user space device driver device driver development process, development environment    user space debugging tools test equipment driven learning method
Platform: | Size: 1050624 | Author: 门票 | Hits:

[Linux-UnixDMA_device_driver(1)

Description: linux dma 驱动, 主要是英文介绍,包括一些dma的操作函数-linux dma driver
Platform: | Size: 7168 | Author: herotan24 | Hits:

[Linux-Unixdma

Description: linux 2.4 内核下的dma源代码 基于armnommu的平台-dma linux 2.4 kernel source code under the platform on armnommu
Platform: | Size: 3072 | Author: herotan24 | Hits:

[Linux-UnixUsing_DMA_-_Linux_Journal

Description: API that manages DMA in the Linux kernel
Platform: | Size: 41984 | Author: d730993 | Hits:

[Embeded Linuxdma.tar

Description: 基于三星s3c6410开发板 嵌入式linux DMA控制器简单应用实现-Samsung s3c6410 development board based on embedded linux DMA controller to achieve a simple application
Platform: | Size: 6144 | Author: 郭本星 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net